@charset "UTF-8";
#banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 600px;
  min-width: 990px;
}
#banner .banner {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
#main .main_top {
  position: relative;
  height: 314px;
}
#main .main_top::before {
  content: "";
  width: 584px;
  height: 584px;
  background: url("imgs/circular_bg1.png") no-repeat;
  position: absolute;
  right: -464px;
  top: -300px;
  z-index: -1;
}
#main .main_top .company {
  width: 533px;
  padding-top: 50px;
}
#main .main_top .company .head {
  /* height: 86px; */
  /* background: url("imgs/new_centers_bg.png") no-repeat 2px top; */
  /* padding-top: 55px; */
  /* padding-left: 165px; */
  font-size: 26px;
  box-sizing: border-box;
}
#main .main_top .company .desc {
  margin-top: 20px;
}
#main .main_top .company .mores {
  margin-top: 40px;
}
#main .main_top .video {
  width: 300px;
  height: 190px;
  margin-top: 68px;
  margin-right: 30px;
  background: rgba(31, 57, 110, 0.6);
  position: relative;
}
#main .main_top .video video{
  width: 341px;
}
#main .main_top .video .video1 {
  width: 260px;
  height: 190px;
  background: rgba(31, 57, 110, 0.2);
  margin-left: 20px;
  margin-top: 19px;
}
#main .main_top .video .video1 .video_box {
  width: 260px;
  height: 290px;
  position: absolute;
  left: -20px;
  top: 6px;
}
#main .main_top .video .video1 .video_box video {
  width: 341px;
  height: auto;
  line-height: 1;
}
#main .main_bottom {
  height: auto ;
  background: #f1f1f1;
}
#main .main_bottom .main_bottom_cont {
  padding-top: 30px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
#main .main_bottom .main_bottom_cont::after {
  content: "";
  width: 434px;
  height: 434px;
  background: url(imgs/circular_bg2.png) no-repeat;
  position: absolute;
  left: -570px;
  top: -200px;
  z-index: 1;
}
#main .main_bottom .main_bottom_cont .head {
  font-size: 26px;
  text-align: right;
  box-sizing: border-box;
}
#main .main_bottom .main_bottom_cont .main_bottom_body {
  padding-top: 20px;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .handle {
  padding-left: 10px;
  margin-bottom: 20px;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .handle span {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #333;
  color: #333;
  cursor: pointer;
  margin-right: 10px;
  font-size: 16px;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .handle span.prevStop,
#main .main_bottom .main_bottom_cont .main_bottom_body .handle span.nextStop {
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .handle span.active {
  border: 1px solid #333;
  color: #333;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .show_list {
  position: relative;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .show_list ul {
  display: none;
  margin-right: -12px;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .show_list ul li {
  float: left;
  width: 190px;
  margin-right: 12px;
  margin-bottom: 12px;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .show_list ul li .pic_box {
  width: 100%;
  height: 190px;
  overflow: hidden;
  position: relative;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .show_list ul li .pic_box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.8s ease;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .show_list ul li .pic_box:hover img {
  transform: scale(1.1);
}
#main .main_bottom .main_bottom_cont .main_bottom_body .show_list ul li .title_box {
  background: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  box-sizing: border-box;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .show_list ul li .title_box .title {
  font-size: 16px;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .show_list ul li .title_box .more {
  font-size: 12px;
  color: #666666 !important;
  padding: 0;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .show_list ul li .title_box .more:hover {
  color: #0955d1 !important;
}
#main .main_bottom .main_bottom_cont .main_bottom_body .show_list ul.show {
  display: block;
}

#main .main_link {
  background: #fff;
}
#main .main_link .main_link_cont{
  padding-top: 30px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}

#main .main_link .main_link_cont .head {
  font-size: 26px;
  box-sizing: border-box;
}
#main .main_link .main_link_cont .main_link_body ul{
  margin-top: 20px;
  margin-left: -6px;
  margin-right: -6px;
}
#main .main_link .main_link_cont .main_link_body li{
  width:192px;
  float: left;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin: 5px;
}
#main .main_link .main_link_cont .main_link_body li:nth-child(6n){
  
  border-right: 1px solid #eee;
}
#main .main_link .main_link_cont .main_link_body li .pic_box{
  background: #fff;
  position: relative;
  height: 85px;
}
#main .main_link .main_link_cont .main_link_body li .pic_box img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
#main .main_link .main_link_cont .main_link_body li a{
  font-size: 16px;
  color: #666666;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
#main .main_link .main_link_cont .main_link_body li:hover{
  background: #0955d1;
  border: 1px solid #0955d1;
}
#main .main_link .main_link_cont .main_link_body li:hover a {
  color: #fff;
}


#main .main_link .main_link_cont .main_link_body li .title{
  text-align: center;
  font-size: 14px;
  background: #f1f1f1;
}
#main .main_link .main_link_cont .main_link_body li:hover .title{
  background: #0955d1;
}
/*# sourceMappingURL=index.css.map */


.panel.index_news {
  width: 650px;
}
.panel.index_news .panel_head {
  height: 59px;
  border-bottom: 1px dashed #ccc;
  position: relative;
}
.panel.index_news .panel_head_left {
  background-color: #fff;
  padding-right: 16px;
  position: absolute;
  top: 8px;
  left: 0;
}
.panel.index_news .panel_head_left .title {
  margin-bottom: 10px;
  color: #333;
  font-size: 26px;
}
.panel.index_news .panel_head_left .subtitle {
  font-size: 14px;
  color: #333;
  opacity: 0.6;
  line-height: 1;
}
.panel.index_news .panel_head_left .subtitle b {
  color: #e60012;
}
.panel.index_news .panel_head_right {
  position: absolute;
  top: 18px;
  right: 0;
  background-color: #fff;
}
.panel.index_news .panel_head_right .more {
  margin-top: 30px;
  padding-left: 16px;
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 1;
}
.panel.index_news .panel_body .list_thumb_left {
  margin-top: 20px;
}
/* å›¾æ–‡åˆ—è¡¨ - å·¦å³å¸ƒå±€*/
.list_thumb_left .inner_wrap {
  overflow: hidden;
}
.list_thumb_left .inner_wrap .img_wrap {
  width: 174px;
  height: 116px;
  margin-right: 15px;
  border: 1px solid #e5e5e5;
  background: #f1f1f1;
  position: relative;
  float: left;
}
.list_thumb_left .inner_wrap .img_wrap img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.list_thumb_left .inner_wrap .content_wrap {
  width: 459px;
  overflow: hidden;
  float: left;
}
.list_thumb_left .inner_wrap .content_wrap .title_wrap {
  overflow: hidden;
}
.list_thumb_left .inner_wrap .content_wrap .title_wrap .title {
  width: 330px;
  float: left;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_thumb_left .inner_wrap .content_wrap .title_wrap .time {
  float: right;
  color: #999;
  font-size: 12px;
}
.list_thumb_left .inner_wrap .content_wrap p {
  overflow: hidden;
  color: #999;
  line-height: 24px;
  padding: 6px 0;
}
.list_thumb_left .inner_wrap .content_wrap .btn_red {
  height: 22px;
  padding: 0 11px;
  border-radius: 11px;
  background-color: #e60012;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
/* å•è¡Œæ–‡æœ¬åˆ—è¡¨*/
.list_text li {
  height: 53px;
  padding-left: 17px;
  background: url(imgs/bg_list_text.png) center left no-repeat;
  line-height: 53px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.list_text li a {
  display: inline-block;
  width: 490px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_text li .time {
  float: right;
  color: #999;
  font-size: 12px;
}
.list_text li:hover {
  background: url(imgs/bg_list_text_on.png) center left no-repeat;
}


/* 移动端 */

.panel.panel_news {
  background: #fff;
  padding-bottom: 2.5rem;
}
.panel.panel_news .panel_head {
  padding-top: 2rem;
}
.panel.panel_news .panel_head .title {
  font-size: .9rem;
  text-align: center;
  font-weight: 600;
}
.panel.panel_news .panel_head .sub_title {
  padding-bottom: .5rem;
  font-size: .5rem;
  font-weight: 500;
  text-align: center;
  color: #999;
  position: relative;
  line-height: 1;
}
.panel.panel_news .panel_head .sub_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  width: 1.1rem;
  height: .1rem;
  background: #0955d1;
}
.panel.panel_news .panel_body {
  margin: 0 .75rem;
  margin-top: 1.4rem;
}
.panel.panel_news .panel_body .list {
  list-style: none;
}
.panel.panel_news .panel_body .list .list_thumb {
  margin-bottom: .25rem;
}
.panel.panel_news .panel_body .list .list_thumb .inner_wrap {
  display: flex;
  justify-content: space-between;
}
.panel.panel_news .panel_body .list .list_thumb .img_wrap {
  width: 5.75rem;
  height: 3.85rem;
  margin-right: .5rem;
  border:1px solid #e5e5e5;
}
.panel.panel_news .panel_body .list .list_thumb .img_wrap img {
  max-width: 100%;
  overflow: hidden;
}
.panel.panel_news .panel_body .list .list_thumb .content_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  word-break: break-all;
  display: -webkit-box;
  flex-direction: column;
  line-height: 1;
  height: 4rem;
  box-sizing: border-box;
}
.panel.panel_news .panel_body .list .list_thumb .content_wrap .title {
  font-size: .7rem;
  font-weight: 600;
}
.panel.panel_news .panel_body .list .list_thumb .content_wrap .title a {
  color: #0955d1;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.2;
}
.panel.panel_news .panel_body .list .list_thumb .content_wrap p {
  margin-top: .25rem;
  font-size: .6rem;
  color: #999;
  font-weight: 400;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.7;
}
.panel.panel_news .panel_body .list .list_text {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.55rem;
}
.panel.panel_news .panel_body .list .list_text .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  word-break: break-all;
  display: -webkit-box;
  flex-direction: column;
  height: 1.55rem;
  box-sizing: border-box;
}
.panel.panel_news .panel_body .list .list_text .title a {
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #666;
  font-size: .65rem;
  font-weight: 400;
}
.panel.panel_news .panel_body .list .list_text .time {
  font-size: .6rem;
  color: #999;
  width: 3.75rem;
  margin-left: .5rem;
}

.panel.panel_news .panel_body .more {
  width: 5rem;
  height: 1.5rem;
  border-radius: 0.725rem;
  border: 1px solid #999;
  text-align: center;
  line-height: 1.5rem;
  background: url("imgs/icon_jion_right.png") no-repeat 3rem center;
  background-size: .45rem .35rem;
  margin: 0 auto;
  margin-top: .75rem;
  padding-right: .5rem;
  box-sizing: border-box;
}
.panel.panel_news .panel_body .more a {
  display: block;
  font-size: .6rem;
  color: #666;
}

